fix: Add tests for non-pk table cdc works in append-only mode with Merge Tree#4520
Conversation
❌ 4 Tests Failed:
View the top 3 failed test(s) by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
❌ Test FailureAnalysis: The newly-added Test_MySQL_NoPrimaryKey_CDC fails deterministically across every matrix job (MySQL/MariaDB, 6.0/8.0) with "UNEXPECTED STATUS TIMEOUT STATUS_SNAPSHOT", meaning the non-PK CDC mirror introduced by this PR never advances past the snapshot phase — a real bug, not flakiness. |
Code reviewNo issues found. Checked for bugs and CLAUDE.md compliance. |
| } | ||
|
|
||
| if s.cluster { | ||
| // TODO: Check how this behaviour works in cluster mode. |
There was a problem hiding this comment.
Does this fail on cluster or just because of the local testing? We usually test the cluster behavior in CI
There was a problem hiding this comment.
This failed for the cluster on GitHub CI too, so now with clickhouse cluster working locally, will test it out.
Uh oh!
There was an error while loading. Please reload this page.